home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / help.dxr / 00208_click on Exit.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  195 b   |  11 lines

  1. on mouseUp
  2.   tell the stage
  3.     close(window "help")
  4.     forget(window "help")
  5.     repeat with i = 50 to 54
  6.       set the visible of sprite i to 1
  7.     end repeat
  8.     updateStage()
  9.   end tell
  10. end
  11.